[INFO] fetching crate veks-completion 1.6.1...
[INFO] fixing veks-completion-1.6.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate veks-completion 1.6.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate veks-completion 1.6.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate veks-completion 1.6.1
[INFO] tweaked toml for crates.io crate veks-completion 1.6.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate veks-completion 1.6.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate veks-completion 1.6.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6579a875493d394dfb2e272e7ee7795e75993f2b6514607afbae73aad7d52d13
[INFO] running `Command { std: "docker" "start" "6579a875493d394dfb2e272e7ee7795e75993f2b6514607afbae73aad7d52d13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6579a875493d394dfb2e272e7ee7795e75993f2b6514607afbae73aad7d52d13" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6579a875493d394dfb2e272e7ee7795e75993f2b6514607afbae73aad7d52d13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6579a875493d394dfb2e272e7ee7795e75993f2b6514607afbae73aad7d52d13" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking veks-completion v1.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stdout] error[E0432]: unresolved import `veks_completion_derive`
[INFO] [stdout]    --> src/cli.rs:982:9
[INFO] [stdout]     |
[INFO] [stdout] 982 |     use veks_completion_derive::VeksCli;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `veks_completion_derive`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 982 -     use veks_completion_derive::VeksCli;
[INFO] [stdout] 982 +     use veks_completion::VeksCli;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `command` in this scope
[INFO] [stdout]    --> src/cli.rs:989:7
[INFO] [stdout]     |
[INFO] [stdout] 989 |     #[command(about = "Ping a remote dataset")]
[INFO] [stdout]     |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]    --> src/cli.rs:992:11
[INFO] [stdout]     |
[INFO] [stdout] 992 |         #[arg(long = "at")]
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]    --> src/cli.rs:994:11
[INFO] [stdout]     |
[INFO] [stdout] 994 |         #[arg(long)]
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]    --> src/cli.rs:996:11
[INFO] [stdout]     |
[INFO] [stdout] 996 |         #[arg(long, default = "default")]
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]    --> src/cli.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 |         #[arg(long)]
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]     --> src/cli.rs:1028:15
[INFO] [stdout]      |
[INFO] [stdout] 1028 |             #[arg(long, default = "4")]
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]     --> src/cli.rs:1030:15
[INFO] [stdout]      |
[INFO] [stdout] 1030 |             #[arg(long)]
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]     --> src/cli.rs:1053:15
[INFO] [stdout]      |
[INFO] [stdout] 1053 |             #[arg(long)]
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `command` in this scope
[INFO] [stdout]     --> src/cli.rs:1062:7
[INFO] [stdout]      |
[INFO] [stdout] 1062 |     #[command(stability = "preview")]
[INFO] [stdout]      |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]     --> src/cli.rs:1064:11
[INFO] [stdout]      |
[INFO] [stdout] 1064 |         #[arg(long)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]     --> src/cli.rs:1073:15
[INFO] [stdout]      |
[INFO] [stdout] 1073 |             #[arg(long)]
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `command` in this scope
[INFO] [stdout]     --> src/cli.rs:1077:11
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         #[command(stability = "experimental")]
[INFO] [stdout]      |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]     --> src/cli.rs:1079:15
[INFO] [stdout]      |
[INFO] [stdout] 1079 |             #[arg(long)]
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `veks_command_spec` found for struct `Ping` in the current scope
[INFO] [stdout]     --> src/cli.rs:1004:26
[INFO] [stdout]      |
[INFO] [stdout]  990 |     struct Ping {
[INFO] [stdout]      |     ----------- associated function or constant `veks_command_spec` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1004 |         let spec = Ping::veks_command_spec("ping");
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^ associated function or constant not found in `Ping`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `VeksCli` defines an item `veks_command_spec`, perhaps you need to implement it
[INFO] [stdout]     --> src/cli.rs:231:1
[INFO] [stdout]      |
[INFO] [stdout]  231 | pub trait VeksCli: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `veks_from_parsed` found for struct `Ping` in the current scope
[INFO] [stdout]     --> src/cli.rs:1012:26
[INFO] [stdout]      |
[INFO] [stdout]  990 |     struct Ping {
[INFO] [stdout]      |     ----------- associated function or constant `veks_from_parsed` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1012 |         let ping = Ping::veks_from_parsed(&p).unwrap();
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^ associated function or constant not found in `Ping`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `VeksCli` defines an item `veks_from_parsed`, perhaps you need to implement it
[INFO] [stdout]     --> src/cli.rs:231:1
[INFO] [stdout]      |
[INFO] [stdout]  231 | pub trait VeksCli: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `veks_command_spec` found for struct `Run` in the current scope
[INFO] [stdout]     --> src/cli.rs:1033:25
[INFO] [stdout]      |
[INFO] [stdout] 1027 |         struct Run {
[INFO] [stdout]      |         ---------- associated function or constant `veks_command_spec` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1033 |         let spec = Run::veks_command_spec("run");
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^ associated function or constant not found in `Run`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `VeksCli` defines an item `veks_command_spec`, perhaps you need to implement it
[INFO] [stdout]     --> src/cli.rs:231:1
[INFO] [stdout]      |
[INFO] [stdout]  231 | pub trait VeksCli: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `veks_from_parsed` found for struct `Run` in the current scope
[INFO] [stdout]     --> src/cli.rs:1035:24
[INFO] [stdout]      |
[INFO] [stdout] 1027 |         struct Run {
[INFO] [stdout]      |         ---------- associated function or constant `veks_from_parsed` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1035 |         let run = Run::veks_from_parsed(&p).unwrap();
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^ associated function or constant not found in `Run`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `VeksCli` defines an item `veks_from_parsed`, perhaps you need to implement it
[INFO] [stdout]     --> src/cli.rs:231:1
[INFO] [stdout]      |
[INFO] [stdout]  231 | pub trait VeksCli: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `veks_from_parsed` found for struct `Run` in the current scope
[INFO] [stdout]     --> src/cli.rs:1039:25
[INFO] [stdout]      |
[INFO] [stdout] 1027 |         struct Run {
[INFO] [stdout]      |         ---------- associated function or constant `veks_from_parsed` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1039 |         assert_eq!(Run::veks_from_parsed(&p2).unwrap().threads, 4);
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^ associated function or constant not found in `Run`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `VeksCli` defines an item `veks_from_parsed`, perhaps you need to implement it
[INFO] [stdout]     --> src/cli.rs:231:1
[INFO] [stdout]      |
[INFO] [stdout]  231 | pub trait VeksCli: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `veks_from_parsed` found for struct `Run` in the current scope
[INFO] [stdout]     --> src/cli.rs:1043:18
[INFO] [stdout]      |
[INFO] [stdout] 1027 |         struct Run {
[INFO] [stdout]      |         ---------- associated function or constant `veks_from_parsed` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1043 |             Run::veks_from_parsed(&p3),
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^ associated function or constant not found in `Run`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `VeksCli` defines an item `veks_from_parsed`, perhaps you need to implement it
[INFO] [stdout]     --> src/cli.rs:231:1
[INFO] [stdout]      |
[INFO] [stdout]  231 | pub trait VeksCli: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `veks_command_spec` found for struct `PreviewArgs` in the current scope
[INFO] [stdout]     --> src/cli.rs:1090:26
[INFO] [stdout]      |
[INFO] [stdout] 1063 |     struct PreviewArgs {
[INFO] [stdout]      |     ------------------ associated function or constant `veks_command_spec` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 1090 |             PreviewArgs::veks_command_spec("preview-args").stability,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^ associated function or constant not found in `PreviewArgs`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `VeksCli` defines an item `veks_command_spec`, perhaps you need to implement it
[INFO] [stdout]     --> src/cli.rs:231:1
[INFO] [stdout]      |
[INFO] [stdout]  231 | pub trait VeksCli: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `veks_command_spec` found for enum `StabilityCmd` in the current scope
[INFO] [stdout]     --> src/cli.rs:1094:34
[INFO] [stdout]      |
[INFO] [stdout] 1070 |     enum StabilityCmd {
[INFO] [stdout]      |     ----------------- variant, associated function, or constant `veks_command_spec` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 1094 |         let spec = StabilityCmd::veks_command_spec("app");
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `StabilityCmd`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `VeksCli` defines an item `veks_command_spec`, perhaps you need to implement it
[INFO] [stdout]     --> src/cli.rs:231:1
[INFO] [stdout]      |
[INFO] [stdout]  231 | pub trait VeksCli: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `veks_command_spec` found for enum `Cmd` in the current scope
[INFO] [stdout]     --> src/cli.rs:1103:25
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     enum Cmd {
[INFO] [stdout]      |     -------- variant, associated function, or constant `veks_command_spec` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 1103 |         let spec = Cmd::veks_command_spec("veks");
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Cmd`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `VeksCli` defines an item `veks_command_spec`, perhaps you need to implement it
[INFO] [stdout]     --> src/cli.rs:231:1
[INFO] [stdout]      |
[INFO] [stdout]  231 | pub trait VeksCli: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `veks_from_parsed` found for enum `Cmd` in the current scope
[INFO] [stdout]     --> src/cli.rs:1107:20
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     enum Cmd {
[INFO] [stdout]      |     -------- variant, associated function, or constant `veks_from_parsed` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 1107 |         match Cmd::veks_from_parsed(&p).unwrap() {
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Cmd`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `VeksCli` defines an item `veks_from_parsed`, perhaps you need to implement it
[INFO] [stdout]     --> src/cli.rs:231:1
[INFO] [stdout]      |
[INFO] [stdout]  231 | pub trait VeksCli: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `veks_from_parsed` found for enum `Cmd` in the current scope
[INFO] [stdout]     --> src/cli.rs:1113:25
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     enum Cmd {
[INFO] [stdout]      |     -------- variant, associated function, or constant `veks_from_parsed` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 1113 |         assert_eq!(Cmd::veks_from_parsed(&p2).unwrap(), Cmd::List { verbose: true });
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `Cmd`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `VeksCli` defines an item `veks_from_parsed`, perhaps you need to implement it
[INFO] [stdout]     --> src/cli.rs:231:1
[INFO] [stdout]      |
[INFO] [stdout]  231 | pub trait VeksCli: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `veks-completion` (lib test) due to 25 previous errors
[INFO] running `Command { std: "docker" "inspect" "6579a875493d394dfb2e272e7ee7795e75993f2b6514607afbae73aad7d52d13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6579a875493d394dfb2e272e7ee7795e75993f2b6514607afbae73aad7d52d13", kill_on_drop: false }`
[INFO] [stdout] 6579a875493d394dfb2e272e7ee7795e75993f2b6514607afbae73aad7d52d13
